projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f76b7d7
)
(record_point):
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:18:26 +0000
(14:18 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:18:26 +0000
(14:18 +0000)
Declare all args (per C99).
src/undo.c
patch
|
blob
|
history
diff --git
a/src/undo.c
b/src/undo.c
index edb07147a0ad793771fc5de6f93f3c46b12ba4fe..f378ce8aae7842f1d936edd8368020104f9aff9b 100644
(file)
--- a/
src/undo.c
+++ b/
src/undo.c
@@
-43,6
+43,7
@@
Lisp_Object pending_boundary;
static void
record_point (pt)
+ int pt;
{
int at_boundary;